Skip to content

「はじめてのWeb開発」の節を改訂#866

Open
chvmvd wants to merge 3 commits intomainfrom
rewrite-get-started
Open

「はじめてのWeb開発」の節を改訂#866
chvmvd wants to merge 3 commits intomainfrom
rewrite-get-started

Conversation

@chvmvd
Copy link
Copy Markdown
Contributor

@chvmvd chvmvd commented Sep 4, 2025

「はじめてのWeb開発」の節の内容をすべて見直し、全面的に改訂しました。ただし、動画については既存の動画でも特出すべき問題がないことからそのままとしています。

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Sep 4, 2025

Deploying utcode-learn with  Cloudflare Pages  Cloudflare Pages

Latest commit: 280952e
Status: ✅  Deploy successful!
Preview URL: https://6a313c78.utcode-learn.pages.dev
Branch Preview URL: https://rewrite-get-started.utcode-learn.pages.dev

View logs

@chvmvd chvmvd force-pushed the rewrite-get-started branch 2 times, most recently from 56dacbc to db44afe Compare November 15, 2025 09:29
@chvmvd chvmvd force-pushed the rewrite-get-started branch from db44afe to 825d24c Compare November 29, 2025 06:55
@chvmvd chvmvd force-pushed the rewrite-get-started branch from 825d24c to aff95a9 Compare February 15, 2026 09:56
@chvmvd chvmvd force-pushed the rewrite-get-started branch from aff95a9 to 59fc66a Compare February 28, 2026 11:59
@chvmvd chvmvd changed the base branch from main to add-remark-term February 28, 2026 14:00
@chvmvd chvmvd force-pushed the rewrite-get-started branch 2 times, most recently from 42ad5b5 to dee1dc5 Compare February 28, 2026 14:20
Comment on lines +51 to +62
これから皆さんはたくさんのプログラムを書いていくことになります。プログラムは他のファイルと扱い方がかなり異なるので、専用のフォルダを作っておきましょう。ユーザーフォルダの中に、`projects`という名前のフォルダを作り、その中にプロジェクトごとのフォルダを作っていくと良いです。

次の動画に従って、ユーザーフォルダの中に`projects`フォルダを作成し、その中に`hello-world`の名前でプロジェクトを格納するフォルダを作成してください。

<video src={createFolderOnWindowsVideo} controls />

:::warning

これ以降作成するプロジェクトを格納するフォルダは、必ず先ほど作成した`projects`フォルダの中に作成するようにしてください。これは、ドキュメントフォルダなどのフォルダはOneDriveなどのクラウドストレージサービスによって自動的に同期されることがあり、[[VS Code]]などの開発ツールが期待通りに動作しなくなってしまうからです。

:::

Copy link
Copy Markdown
Contributor Author

@chvmvd chvmvd Feb 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WindowsとmacOSでいくつかの用語が異なるため、OSごとに分けて説明をしています。

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用されていないため、削除しました。

name: "コードエディタ",
aliases: [],
definition:
"プログラムを記述・編集するためのアプリケーション。Visual Studio Codeなどがある。",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS Code以外のシェアは、年によって、また、国によってかなり変わってしまうため例としてはVS Codeのみを挙げました。

@chvmvd
Copy link
Copy Markdown
Contributor Author

chvmvd commented Feb 28, 2026

#898 に依存しているため、#898 がマージされれば、いつでもレビュー可能な状態です。

Base automatically changed from add-remark-term to main May 2, 2026 13:02
@chvmvd chvmvd force-pushed the rewrite-get-started branch from dee1dc5 to 17f2efe Compare May 9, 2026 09:17
## Visual Studio Codeのインストール

**Visual Studio Code** (以下VS Code) は、Microsoft社が開発するテキストエディタです。多くの開発者に使用されています
[[**Visual Studio Code**]](以下VS Code)は、Microsoft社が開発する[[コードエディタ]]です。多くの開発者に利用されています
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

テキストエディタからコードエディタという表記に変えました。
VS CodeやMDNの表記に合わせた形です。また、テキストエディタという表現と同様に、コードエディタという表現はよく使われているようであり、初見でも意味を取れそうなことばであることから変えました。

cf.
https://developer.mozilla.org/ja/docs/Learn_web_development/Getting_started/Environment_setup/Code_editors
https://code.visualstudio.com/
https://ja.wikipedia.org/wiki/%E3%82%BD%E3%83%BC%E3%82%B9%E3%82%B3%E3%83%BC%E3%83%89%E3%82%A8%E3%83%87%E3%82%A3%E3%82%BF

@chvmvd chvmvd force-pushed the rewrite-get-started branch from e1eaa57 to 280952e Compare May 9, 2026 12:01
@chvmvd chvmvd marked this pull request as ready for review May 9, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant